home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 24
/
AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso
/
PublicDomain
/
Anwendungen
/
MT-RechnungIII
/
PrintDoks
/
Artikeltest.artpri
< prev
next >
Wrap
Text File
|
1999-03-27
|
3KB
|
128 lines
1$VER: Artikeltest 1.05 (28.03.99)
%!PS-Adobe-3.0
%%Creator: Manfred Tremmel
%%CreationDate: (28.03.1999)
%%Version: 1.05
%%Title: (MT-RechnungIII - Artikeltest)
%%LanguageLevel: 2
%%DocumentMedia: A4 594 839 null () ()
%%DocumentNeededResources: font Times-Roman
%%BoundingBox: 0 0 549 839
%%EndComments
%%BeginnDefaults
%%PageMedia: A4
%%EndDefaults
%%BeginnSetup
<< /PageSize [594 839] >> setpagedevice
/PageSize [594 839] def
/DokumentRandX 54 def
/DokumentRandY 50 def
DruckrandX 720 mul 256 div /DruckrandX exch def
DruckrandY 720 mul 256 div /DruckrandY exch def
DruckrandX DokumentRandX ge
{
0 /DokumentRandX exch def
}
{
DokumentRandX DruckrandX sub /DokumentRandX exch def
} ifelse
DruckrandY DokumentRandY ge
{
PageSize 1 get /DokumentRandY exch def
}
{
PageSize 1 get DokumentRandY sub DokumentRandY add /DokumentRandY exch def
} ifelse
%%EndSetup
%%BeginnResource
/reencodedict 5 dict def
/ReEncode
{
reencodedict begin
/newencoding exch def
/newfontname exch def
/basefontname exch def
/basefontdict basefontname findfont def
/newfont basefontdict maxlength dict def
basefontdict
{ exch dup dup /FID ne exch /Encoding ne and
{ exch newfont 3 1 roll put }
{ pop pop }
ifelse
} forall
newfont /FontName newfontname put
newfont /Encoding newencoding put
newfontname newfont definefont pop
end
} def
/ISOLatin8Encoding
[
ISOLatin1Encoding 0 164 getinterval aload pop
/euro
ISOLatin1Encoding 165 91 getinterval aload pop
] def
/getfont {ISOLatin8Encoding ReEncode findfont exch scalefont def} bind def
/getsymbol {findfont exch scalefont def} bind def
/printnewfont {setfont moveto show} bind def
/print {moveto show} bind def
%%EndResource
%% Fontpsoidoname, Fontgroesse, Realname, Programm (siehe oben)
/Times14Zeile 14 def
/Times14 Times14Zeile /OF0 /Times-Roman /OF0 getfont
%% Ausgab der Kopfdaten
Times14 setfont
DokumentRandX DokumentRandY moveto
(Artikeltest:) show
DokumentRandY Times14Zeile sub /DokumentRandY exch def
DokumentRandX DokumentRandY moveto
ArtikelNr2 show
DokumentRandY Times14Zeile sub /DokumentRandY exch def
DokumentRandX DokumentRandY moveto
ArtikelBezeich show
DokumentRandY Times14Zeile sub /DokumentRandY exch def
ArtikelZusatztext
{
DokumentRandX DokumentRandY moveto
show
DokumentRandY Times14Zeile sub /DokumentRandY exch def
} forall
DokumentRandX DokumentRandY moveto
ArtikelME show
DokumentRandY Times14Zeile sub /DokumentRandY exch def
DokumentRandX DokumentRandY moveto
ArtikelGewichtGef
{
(Gewicht gefüllt) show
}
{
(Gewicht nicht gefüllt) show
} ifelse
DokumentRandY Times14Zeile sub /DokumentRandY exch def
DokumentRandX DokumentRandY moveto
ArtikelGewicht show
DokumentRandY Times14Zeile sub /DokumentRandY exch def
DokumentRandX DokumentRandY moveto
ArtikelMWSt show
showpage
%%Trailer
clear
%%EOF